Builder

constructor(title: Text, spacingW: Int = 4, spacingH: Int = spacingW)

Parameters

title

Text - the header title shown at the top of the popup

spacingW

Int, optional - Defines the default horizontal padding between elements. Defaults to 4

spacingH

Int, optional - Defines the default vertical padding between elements. Defaults to using the value from spacingW